home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / Marlais 0.3.1 / gc4.1-mac / callprocs < prev    next >
Encoding:
Text File  |  1994-07-26  |  132 b   |  4 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2. GC_DEBUG=1
  3. $* 2>&1 | awk '{print "0x3e=c\""$0"\""};/^\t##PC##=/ {if ($2 != 0) {print $2"?i"}}' | adb $1 | sed "s/^        >/>/"
  4.